home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 2 / ACE CD 2.iso / FILES / UTILS / HSBASIC2.DMS / in.adf / HB2Examples2.0.Lha / Examples / TestRVI / ReadMe < prev    next >
Encoding:
Text File  |  1994-05-09  |  940 b   |  23 lines

  1. TestRVI.bas - Simple REXX Variable Interface test
  2. =================================================
  3.  
  4. This is a translation of one of the original REXX example programs.
  5.  
  6. The example shows simple use of the REXX variable interface, a public
  7. REXX message port is created and commands retrieved from it, modifying RVI
  8. variables as it goes. Whilst it shows simple RVI usage, as an example REXX
  9. host its a very poor example!
  10.  
  11. The example will work on versions of Workbench 2.0 or later (V36 and above)
  12.  
  13. Compiling
  14. ---------
  15. Load the VarTest_inc.bh file and Tokenise it (Program-Tokenise), making
  16. sure you have no token file selected in the File Options (Settings-Compiler-
  17. Files). Once you have your token file, set the File Options-Token File setting
  18. to the VarTest_inc.t file just created. Load the VarTest.bas file,
  19. compile & run it.
  20.  
  21. Once you have the program running the test script TestRVI.rexx may be run from
  22. a CLI via "rx TestRVI.rexx".
  23.